SftTabs/NET 6.0

BorderColor Property, SftTabs Class

Softel vdm, Inc.

Defines the control's border color.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property BorderColor As Color

C#   

public Color BorderColor { get; set; }

C++   

public: property Color BorderColor {
        Color get();
        void set(Color value);
}

Property Value

The border color of the control.

The default value is SystemColors.ControlDarkDark.

Comments

The BorderColor property defines the control's border color.

If the tab control uses Windows themes, the BorderColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com